Interface: WebhookActionSettings
types/formManagement/action.WebhookActionSettings
Properties
block
• block: boolean
If true, the request will be blocked until the webhook returns.
Defined in
src/web-app/src/types/formManagement/action.ts:32
forwardToken
• forwardToken: boolean
If true, the JWT token will be used as a header for the request.
Defined in
src/web-app/src/types/formManagement/action.ts:40
url
• url: string
The URL to POST the webhook request to.